PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setToggleNoView Method
If true, invert the interpretation of the isViewable method for certain events.
In This Topic
    setToggleNoView Method
    In This Topic
    Sets a value indicating whether the interpretation of isViewable method should be reversed.
    Syntax
    public void setToggleNoView( 
       boolean value
    )

    Parameters

    value
    If true, invert the interpretation of the isViewable method for certain events.
    See Also